home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 February / CHIP Şubat 1998.iso / drivers / YAZICI / LEXMARK / PCLNT / OPTRANT.EXE / cd1197 / treiber / drucker / lexmark / Pclnt / NTPRINT.INF < prev    next >
Encoding:
INI File  |  1997-01-23  |  2.8 KB  |  117 lines

  1.  
  2. ; NTPRINT.INF (for SUR)
  3. ;
  4. ; List of supported printers, manufacturers
  5. ;
  6.  
  7. [Version]
  8. Signature="$Windows NT$"
  9. Provider=%MS%
  10. LayoutFile=layout.inf
  11. ClassGUID={4D36E979-E325-11CE-BFC1-08002BE10318}
  12. Class=Printer
  13.  
  14. ;
  15. ; Manufacturer section.
  16. ;
  17. ; This section lists all of the manufacturers
  18. ; that we will display in the Dialog box
  19. ;
  20. [Manufacturer]
  21. "Lexmark"
  22.  
  23. ;
  24. ; Model sections.
  25. ;
  26. ; Each section here corresponds with an entry listed in the
  27. ; [Manufacturer] section, above. The models will be displayed in the order
  28. ; that they appear in the INF file.
  29. ;
  30.  
  31. [Lexmark]
  32. "Lexmark 4039 LaserPrinter Plus"                       = Lmpcln41.DLL
  33. "Lexmark Optra"                                        = Lmpcln41.DLL
  34. "Lexmark Optra Plus"                                   = Lmpcln41.DLL
  35. "Lexmark Optra C"                                      = Lmpcln41.DLL
  36. "Lexmark Optra E"                                      = Lmpcln41.DLL
  37. "Lexmark Optra Ep"                                     = Lmpcln41.DLL
  38. "Lexmark Optra N"                                      = Lmpcln41.DLL
  39. "Lexmark Optra S 2450"                                 = Lmpcln41.DLL
  40. "Lexmark Optra S 1650"                                 = Lmpcln41.DLL
  41. "Lexmark Optra S 1250"                                 = Lmpcln41.DLL
  42.  
  43. ;
  44. ; Installer Sections
  45. ;
  46. ; These sections control file installation, and reference all files that
  47. ; need to be copied. The section name will be assumed to be the driver
  48. ; file, unless there is an explicit DriverFile section listed.
  49. ;
  50.  
  51. [Lmpcln41.DLL.NT]
  52. CopyFiles=@.\Lmpcln41.DLL,RASDD_NT
  53. DataFile=Lmpcln41.DLL
  54. DataSection=RASDD_DATA_NT
  55.  
  56. [Optra.DLL]
  57. CopyFiles=@Lmpcln41.DRV,@PJLMON.DLL,UNI,FINSTALL
  58. DataSection=UNI_DATA
  59. DriverFile=Lmpcln41.DRV
  60. LanguageMonitor=%PJL_MONITOR%
  61.  
  62. ; Copy Sections
  63. ;
  64. ; Lists of files that are actually copied. These sections are referenced
  65. ; from the installer sections, above. Only create a section if it contains
  66. ; two or more files (if we only copy a single file, identify it in the
  67. ; installer section, using the @filename notation) or if it's a color
  68. ; profile (since the DestinationDirs can only handle sections, and not
  69. ; individual files).
  70. ;
  71.  
  72.  
  73. [FINSTALL]
  74. FINSTALL.DLL
  75. FINSTALL.HLP
  76.  
  77. [UNI]
  78. UNIDRV.DLL
  79. UNIDRV.HLP
  80. ICONLIB.DLL
  81.  
  82. [RASDD_NT]
  83. .\RASDD.DLL
  84. .\RASDDUI.DLL
  85. .\RASDDUI.HLP
  86.  
  87. ;
  88. ; Data Sections
  89. ;
  90. ; These sections contain data that is shared between devices.
  91. ;
  92.  
  93. [RASDD_DATA_NT]
  94. DriverFile=RASDD.DLL
  95. ConfigFile=RASDDUI.DLL
  96. HelpFile=RASDDUI.HLP
  97.  
  98. [UNI_DATA]
  99. HelpFile=UNIDRV.HLP
  100. DefaultDataType=EMF
  101.  
  102. ;
  103. ; Call SetupSetDirectoryId with 66000 to set the target directory at runtime
  104. ; (depending on which environment drivers are getting installed)
  105. ;
  106.  
  107. [DestinationDirs]
  108. DefaultDestDir=66000
  109.  
  110. ;
  111. ; Localizable Strings
  112. ;
  113. [Strings]
  114. MS="Microsoft"
  115. PJL_MONITOR="PJL Language Monitor,PJLMON.DLL"
  116.  
  117.